From 546efae51ee2a7e6309f35e6c445c1000d10073a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= Date: Sat, 28 Feb 2026 20:55:04 +0300 Subject: [PATCH] remove non-used privacy-breach code Forwarded: not-needed Last-Update: 2015-02-18 This code makes Lintian unhappy. But we are really not using it, it only gets inserted when building the online doc. Anyways the best way to calm down Lintian is to simply remove it. Gbp-Pq: Name remove_privacy_breaches.diff --- doc/global/template/scripts/main.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/global/template/scripts/main.js b/doc/global/template/scripts/main.js index 823cebecf..7d99e00b7 100644 --- a/doc/global/template/scripts/main.js +++ b/doc/global/template/scripts/main.js @@ -94,11 +94,6 @@ $(document).ready(function($) { }); $( window ).load(function() { - load_sdk('script', 'facebook-jssdk','//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=207346529386114&version=v2.0'); - load_sdk('script', 'twitter-wjs', '//platform.twitter.com/widgets.js'); - $.getScript("//www.google.com/jsapi", function(){ - google.load("feeds", "1", {"callback": oneQt.liveFeeds}); - }); }); var oneQt = { -- 2.30.2